home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSHUTDOWN / TFRMSHUTDOWN.txt
Encoding:
Text File  |  2003-01-14  |  3.9 KB  |  164 lines

  1. inherited frmShutDown: TfrmShutDown
  2.   Left = 529
  3.   Top = 25
  4.   HelpContext = 96
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Closes Windows and shuts down the computer.  Windows 95/98/ME su' +
  17.           'pports '
  18.         'shutting down the current machine only.')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object cbForce: TCheckBox
  25.           Left = 8
  26.           Top = 202
  27.           Width = 439
  28.           Height = 17
  29.           Caption = '&Force the system to shut down without notifying applications.'
  30.           TabOrder = 3
  31.         end
  32.         object GroupBox1: TGroupBox
  33.           Left = 8
  34.           Top = 27
  35.           Width = 453
  36.           Height = 170
  37.           TabOrder = 2
  38.           object lblTimeOut: TLabel
  39.             Left = 29
  40.             Top = 80
  41.             Width = 403
  42.             Height = 13
  43.             AutoSize = False
  44.             Caption = 'Shut down &after: '
  45.             FocusControl = edtDelay
  46.           end
  47.           object lblSeconds: TLabel
  48.             Left = 233
  49.             Top = 103
  50.             Width = 137
  51.             Height = 13
  52.             AutoSize = False
  53.             Caption = 'seconds'
  54.           end
  55.           object lblMessage: TLabel
  56.             Left = 29
  57.             Top = 123
  58.             Width = 400
  59.             Height = 13
  60.             AutoSize = False
  61.             Caption = '&Message to display in the shut down dialog box:'
  62.             FocusControl = edtMessage
  63.           end
  64.           object Label1: TLabel
  65.             Left = 10
  66.             Top = 16
  67.             Width = 117
  68.             Height = 13
  69.             Caption = '&Computer to shut down:'
  70.             FocusControl = edtComputer
  71.           end
  72.           object edtDelay: TEdit
  73.             Left = 29
  74.             Top = 96
  75.             Width = 197
  76.             Height = 21
  77.             TabOrder = 2
  78.           end
  79.           object edtMessage: TEdit
  80.             Left = 29
  81.             Top = 139
  82.             Width = 414
  83.             Height = 21
  84.             TabOrder = 3
  85.           end
  86.           object cbPrompt: TCheckBox
  87.             Left = 10
  88.             Top = 61
  89.             Width = 413
  90.             Height = 17
  91.             Caption = '&Prompt user to log off'
  92.             TabOrder = 1
  93.             OnClick = cbPromptClick
  94.           end
  95.           object edtComputer: TEdit
  96.             Left = 10
  97.             Top = 32
  98.             Width = 433
  99.             Height = 21
  100.             TabOrder = 0
  101.           end
  102.         end
  103.         object rdoLocal: TRadioButton
  104.           Left = 16
  105.           Top = 2
  106.           Width = 437
  107.           Height = 17
  108.           Caption = 'Shut down &local machine'
  109.           TabOrder = 0
  110.           OnClick = rdoLocalClick
  111.         end
  112.         object rdoRemote: TRadioButton
  113.           Left = 16
  114.           Top = 26
  115.           Width = 417
  116.           Height = 17
  117.           Caption = 'Shut down a &remote computer (Not supported on Windows 95/98/ME)'
  118.           TabOrder = 1
  119.           OnClick = rdoLocalClick
  120.         end
  121.       end
  122.     end
  123.   end
  124.   inherited taclKeyboardTrap: TActionList
  125.     Left = 200
  126.   end
  127.   inherited dxSIBarManager: TdxBarManager
  128.     Categories.ItemsVisibles = (
  129.       2)
  130.     Categories.Visibles = (
  131.       True)
  132.     PopupMenuLinks = <
  133.       item
  134.         Control = lsvAM5Errors
  135.         PopupMenu = dxCheckPopup
  136.       end>
  137.     DockControlHeights = (
  138.       0
  139.       0
  140.       0
  141.       0)
  142.   end
  143.   inherited dxCheckPopup: TdxBarPopupMenu
  144.     ItemLinks = <
  145.       item
  146.         Item = itmCheckAllErrors
  147.         UserGlyph.Data = {00000000}
  148.         Visible = True
  149.       end
  150.       item
  151.         Item = itmCheckNoErrors
  152.         UserGlyph.Data = {00000000}
  153.         Visible = True
  154.       end>
  155.   end
  156.   inherited IvTranslator1: TIvTranslator
  157.     Left = 232
  158.   end
  159.   object dlgOpen: TOpenDialog
  160.     Left = 168
  161.     Top = 349
  162.   end
  163. end
  164.